home *** CD-ROM | disk | FTP | other *** search
- REM Ckitdemo will work using either pcboard.sys, door.sys, callinfo.bbs
- REM (WILDCAT!), or dorinfox.sys (RBBS), WWIV (CHAIN.TXT), whichever you
- REM prefer or are running.
- REM Modify this file to bring up the demo for which BBS system you have.
- REM See the CKITDEMO.C CKITDEMO.H for the source code.
- REM and examples of ckit_??.lib usages.
- REM In order for the demo door to work properly you must
- REM have DSZ (Zmodem) in your path. You should also have
- REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
- REM
- REM Optional is the PORT:XXXX:X cmd whereas you can change the
- REM comport base address and IRQ if needed OR use a FOSSIL driver
- REM by using PORT:F:1, where the 1 is the port to use. F tells Ckit
- REM a Fossil driver is to be used.
- REM
- REM It will also accept use of the Digiboard Intelligent Async Board
- REM thru the PORT cmd. To use with Digiboard, use the PORT:D:x
- REM whereas x is equal to the Digiboard channel in use.
- REM NOTE: None of the above is case sensitive.
- REM
- REM ckitdemo c:\pcb\pcboard.sys PORT:03E8:12 uses port 03F8 and IRQ 12
- REM ckitdemo c:\pcb\pcboard.sys PORT:D:5 uses Digiboard and channel 5
- REM ckitdemo c:\rbbs\dorinfo1.def port:F:1 <- use fossil driver, port 1
- REM
-
- c:
- cd \pcb\doors\ckitdemo
- ckitdemo c:\pcb\pcboard.sys
- c:
- cd \pcb
- board
-
- ------------ OR FOR DOOR.SYS & GAP SYSTEMS------------------------
-
- c:
- cd \pcb\doors\ckitdemo
- ckitdemo c:\pcb\door.sys
- c:
- cd \pcb
- board
-
- ------------ OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
-
- c:
- cd \rbbs\doors\ckitdemo
- ckitdemo c:\rbbs\dorinfo1.def
- c:
- cd \rbbs
- rbbs
-
- ------------ OR FOR WILDCAT Systems ------------------------
-
- c:
- cd \wc\doors\ckitdemo
- ckitdemo c:\wc\callinfo.bbs
- c:
- cd \wc
- wildcat!
-
- ------------ OR FOR ANY BBS System ------------------------
-
- c:
- cd \doors\ckitdemo
- ckitdemo generic.sys
- c:
- cd \bbs
- board
-
- ------------ OR FOR WWIV SYSTEMS ---------------------------------
- c:
- cd \doors\ckitdemo
- ckitdemo chain.txt
- c:
- cd \bbs
- board
-
- ------------ OR FOR FOSSIL DRIVEN SYSTEM ---------------------------------
- c:
- cd \rbbs\doors\ckitdemo
- ckitdemo c:\rbbs\dorinfo1.def port:f:1 <- Fossil port to use
- c:
- cd \rbbs
- rbbs
-
- ------------ OR FOR DIGIBOARD INTELLIGENT ASYNC SYSTEMS ------------------
- c:
- cd \rbbs\doors\ckitdemo
- ckitdemo c:\wc\callinfo.bbs port:d:5 <- Digiboard channel to use
- c:
- cd \rbbs
- rbbs
-
-